home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 June / CHIP Haziran 2001.iso / prog / video / 04 / setup.exe / TMPGEnc.exe / 1033 / RCDATA / TMPEGCONFIG_SOURCERANGEFORM / TMPEGCONFIG_SOURCERANGEFORM.txt
Text File  |  2001-04-04  |  6KB  |  301 lines

  1. object MPEGConfig_SourceRangeForm: TMPEGConfig_SourceRangeForm
  2.   Left = 234
  3.   Top = 155
  4.   BorderStyle = bsDialog
  5.   Caption = 'Source range'
  6.   ClientHeight = 476
  7.   ClientWidth = 509
  8.   Color = clBtnFace
  9.   Constraints.MinHeight = 470
  10.   Constraints.MinWidth = 517
  11.   Font.Charset = ANSI_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -12
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   OnDestroy = FormDestroy
  20.   OnResize = FormResize
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 12
  24.   object Bevel1: TBevel
  25.     Left = 137
  26.     Top = 345
  27.     Width = 237
  28.     Height = 92
  29.     Anchors = [akBottom]
  30.   end
  31.   object Label33: TLabel
  32.     Left = 154
  33.     Top = 358
  34.     Width = 85
  35.     Height = 12
  36.     Anchors = [akBottom]
  37.     Caption = '&Start frame'
  38.     FocusControl = StartFrameEdit
  39.   end
  40.   object Label24: TLabel
  41.     Left = 154
  42.     Top = 385
  43.     Width = 85
  44.     Height = 12
  45.     Anchors = [akBottom]
  46.     Caption = '&End frame'
  47.     FocusControl = EndFrameEdit
  48.   end
  49.   object Label2: TLabel
  50.     Left = 152
  51.     Top = 410
  52.     Width = 78
  53.     Height = 12
  54.     Anchors = [akBottom]
  55.     Caption = '&Audio gap correct:'
  56.     FocusControl = AudioZureEdit
  57.   end
  58.   object Label3: TLabel
  59.     Left = 328
  60.     Top = 410
  61.     Width = 29
  62.     Height = 12
  63.     Anchors = [akBottom]
  64.     Caption = 'msec'
  65.   end
  66.   object ScrollBox1: TScrollBox
  67.     Left = 5
  68.     Top = 6
  69.     Width = 500
  70.     Height = 331
  71.     Anchors = [akLeft, akTop, akRight, akBottom]
  72.     PopupMenu = PopupMenu1
  73.     TabOrder = 0
  74.     object FrameInfoLabel: TLabel
  75.       Left = 0
  76.       Top = 2
  77.       Width = 496
  78.       Height = 14
  79.       Align = alTop
  80.       AutoSize = False
  81.     end
  82.     object Label1: TLabel
  83.       Left = 0
  84.       Top = 0
  85.       Width = 496
  86.       Height = 2
  87.       Align = alTop
  88.       AutoSize = False
  89.     end
  90.     object VideoScrollBar: TScrollBar
  91.       Left = 0
  92.       Top = 311
  93.       Width = 496
  94.       Height = 16
  95.       Align = alBottom
  96.       Enabled = False
  97.       PageSize = 1
  98.       TabOrder = 0
  99.       OnChange = VideoScrollBarChange
  100.       OnScroll = VideoScrollBarScroll
  101.     end
  102.     object Panel1: TPanel
  103.       Left = 0
  104.       Top = 16
  105.       Width = 496
  106.       Height = 295
  107.       Align = alClient
  108.       BevelOuter = bvNone
  109.       TabOrder = 1
  110.       object SoundPreviewBox: TDXPaintBox
  111.         Left = 0
  112.         Top = 231
  113.         Width = 496
  114.         Height = 64
  115.         AutoStretch = False
  116.         Center = True
  117.         KeepAspect = False
  118.         Stretch = False
  119.         ViewWidth = 0
  120.         ViewHeight = 0
  121.         Align = alBottom
  122.       end
  123.       object ResultVideoBox: TDXPaintBox
  124.         Left = 0
  125.         Top = 0
  126.         Width = 496
  127.         Height = 231
  128.         AutoStretch = True
  129.         Center = True
  130.         KeepAspect = True
  131.         Stretch = True
  132.         ViewWidth = 0
  133.         ViewHeight = 0
  134.         Align = alClient
  135.         OnClick = ResultVideoBoxClick
  136.       end
  137.       object DoubleClickLabel: TLabel
  138.         Left = 165
  139.         Top = 142
  140.         Width = 179
  141.         Height = 12
  142.         Anchors = []
  143.         Caption = 'No video source is selected.'
  144.       end
  145.     end
  146.   end
  147.   object DefaultButton: TButton
  148.     Left = 190
  149.     Top = 446
  150.     Width = 117
  151.     Height = 25
  152.     Anchors = [akBottom]
  153.     Caption = 'Default'
  154.     TabOrder = 4
  155.     OnClick = DefaultButtonClick
  156.   end
  157.   object EndFrameEdit: TSpinEdit
  158.     Left = 250
  159.     Top = 380
  160.     Width = 108
  161.     Height = 21
  162.     Anchors = [akBottom]
  163.     MaxValue = 10000000
  164.     MinValue = -1
  165.     TabOrder = 2
  166.     Value = 0
  167.     OnKeyDown = StartFrameEditKeyDown
  168.   end
  169.   object OKButton: TButton
  170.     Left = 349
  171.     Top = 446
  172.     Width = 75
  173.     Height = 25
  174.     Anchors = [akRight, akBottom]
  175.     Caption = 'OK'
  176.     ModalResult = 1
  177.     TabOrder = 5
  178.     OnClick = OKButtonClick
  179.   end
  180.   object CancelButton: TButton
  181.     Left = 429
  182.     Top = 446
  183.     Width = 75
  184.     Height = 25
  185.     Anchors = [akRight, akBottom]
  186.     Cancel = True
  187.     Caption = 'Cancel'
  188.     ModalResult = 2
  189.     TabOrder = 6
  190.   end
  191.   object StartFrameEdit: TSpinEdit
  192.     Left = 250
  193.     Top = 353
  194.     Width = 108
  195.     Height = 21
  196.     Anchors = [akBottom]
  197.     MaxValue = 10000000
  198.     MinValue = -10000000
  199.     TabOrder = 1
  200.     Value = 0
  201.     OnKeyDown = StartFrameEditKeyDown
  202.   end
  203.   object Button1: TButton
  204.     Left = 14
  205.     Top = 345
  206.     Width = 118
  207.     Height = 25
  208.     Anchors = [akBottom]
  209.     Caption = 'Set start frame'
  210.     TabOrder = 7
  211.     OnClick = Button1Click
  212.   end
  213.   object Button2: TButton
  214.     Left = 379
  215.     Top = 345
  216.     Width = 118
  217.     Height = 25
  218.     Anchors = [akBottom]
  219.     Caption = 'Set end frame'
  220.     TabOrder = 8
  221.     OnClick = Button2Click
  222.   end
  223.   object Button3: TButton
  224.     Left = 14
  225.     Top = 375
  226.     Width = 118
  227.     Height = 25
  228.     Anchors = [akBottom]
  229.     Caption = 'Move to start frame'
  230.     TabOrder = 9
  231.     OnClick = Button3Click
  232.   end
  233.   object Button4: TButton
  234.     Left = 379
  235.     Top = 375
  236.     Width = 118
  237.     Height = 25
  238.     Anchors = [akBottom]
  239.     Caption = 'Move to end frame'
  240.     TabOrder = 10
  241.     OnClick = Button4Click
  242.   end
  243.   object AudioZureEdit: TSpinEdit
  244.     Left = 250
  245.     Top = 406
  246.     Width = 73
  247.     Height = 21
  248.     Anchors = [akBottom]
  249.     MaxValue = 0
  250.     MinValue = 0
  251.     TabOrder = 3
  252.     Value = 0
  253.     OnChange = AudioZureEditChange
  254.     OnKeyDown = StartFrameEditKeyDown
  255.   end
  256.   object CheckBox1: TCheckBox
  257.     Left = 382
  258.     Top = 407
  259.     Width = 115
  260.     Height = 17
  261.     Anchors = [akBottom]
  262.     Caption = 'Display Audio'
  263.     Checked = True
  264.     State = cbChecked
  265.     TabOrder = 11
  266.     OnClick = CheckBox1Click
  267.   end
  268.   object PopupMenu1: TPopupMenu
  269.     Left = 350
  270.     Top = 166
  271.     object N1: TMenuItem
  272.       Tag = 1
  273.       Caption = 'Original size'
  274.       OnClick = N1Click
  275.     end
  276.     object N2: TMenuItem
  277.       Tag = 2
  278.       Caption = 'Zoom 2x'
  279.       OnClick = N1Click
  280.     end
  281.     object N3: TMenuItem
  282.       Tag = 3
  283.       Caption = 'Zoom 3x'
  284.       OnClick = N1Click
  285.     end
  286.     object N4: TMenuItem
  287.       Tag = 4
  288.       Caption = 'Zoom 4x'
  289.       OnClick = N1Click
  290.     end
  291.     object N5: TMenuItem
  292.       Caption = '-'
  293.     end
  294.     object C1: TMenuItem
  295.       Caption = '&Copy to clipboard'
  296.       ShortCut = 16451
  297.       OnClick = C1Click
  298.     end
  299.   end
  300. end
  301.